| lcTIN_TriGetEdge | Home |
|
BOOL lcTIN_TriGetEdge ( HANDLE hTIN, HANDLE hTrian, int iEdge ); |
| hTIN | |
| Handle to a TIN object. | |
| hTrian | |
| Handle to a TIN triangle. | |
| iEdge | |
| Edge index. Can be value 0, 1, 2. | |
|
If the function succeeds, the return value is nonzero (TRUE). |
| Code sample |